Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Bump twilio from 8.11.0 to 9.2.0#168

Closed
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/maven/com.twilio.sdk-twilio-9.2.0
Closed

Bump twilio from 8.11.0 to 9.2.0#168
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/maven/com.twilio.sdk-twilio-9.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 15, 2022

Copy link
Copy Markdown

Bumps twilio from 8.11.0 to 9.2.0.

Release notes

Sourced from twilio's releases.

9.2.0

Release Notes

Library - Fix

Api

  • Add street_secondary param to address create and update
  • Make method optional for user defined message subscription (breaking change)

Flex

  • Flex Conversations is now Generally Available
  • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
  • Change web channels to GA and library visibility to public
  • Changing the uri for authorization api from using Accounts to Insights (breaking change)

Media

  • Gate Twilio Live endpoints behind beta_feature for EOS

Messaging

  • Mark MessageFlow as a required field for Campaign Creation (breaking change)

Oauth

  • updated openid discovery endpoint uri (breaking change)
  • Added device code authorization endpoint

Supersim

  • Allow filtering the SettingsUpdates resource by status

Twiml

  • Add new Polly Neural voices
  • Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML <lang> element.
  • Add x-amazon-jyutping, x-amazon-pinyin, x-amazon-pron-kana, x-amazon-yomigana alphabets to SSML <phoneme> element.
  • Rename character value for SSML <say-as> interpret-as attribute to characters. (breaking change)
  • Rename role attribute to format in SSML <say-as> element. (breaking change)

Docs Maven

9.1.4

Release Notes

Flex

  • Adding new assessments api in version v1

Lookups

  • Add identity_match package to the lookup response

... (truncated)

Changelog

Sourced from twilio's changelog.

[2022-12-14] Version 9.2.0

Library - Fix

Api

  • Add street_secondary param to address create and update
  • Make method optional for user defined message subscription (breaking change)

Flex

  • Flex Conversations is now Generally Available
  • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
  • Change web channels to GA and library visibility to public
  • Changing the uri for authorization api from using Accounts to Insights (breaking change)

Media

  • Gate Twilio Live endpoints behind beta_feature for EOS

Messaging

  • Mark MessageFlow as a required field for Campaign Creation (breaking change)

Oauth

  • updated openid discovery endpoint uri (breaking change)
  • Added device code authorization endpoint

Supersim

  • Allow filtering the SettingsUpdates resource by status

Twiml

  • Add new Polly Neural voices
  • Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML <lang> element.
  • Add x-amazon-jyutping, x-amazon-pinyin, x-amazon-pron-kana, x-amazon-yomigana alphabets to SSML <phoneme> element.
  • Rename character value for SSML <say-as> interpret-as attribute to characters. (breaking change)
  • Rename role attribute to format in SSML <say-as> element. (breaking change)

[2022-11-30] Version 9.1.4

Flex

  • Adding new assessments api in version v1

Lookups

  • Add identity_match package to the lookup response

Messaging

  • Added validated parameter to Link Shortening API

Serverless

  • Add node16 as a valid Build runtime

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2022-09-21] 8.x.x to 9.x.x

Overview

Twilio Java Helper Library’s major version 9.0.0 is now available. We ensured that you can upgrade to Java helper Library 9.0.0 version without any breaking changes

Behind the scenes Java Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages.

To learn more about the Java Helper Library, check out our docs.

[2020-09-28] 7.x.x to 8.x.x

Overview

Version 8.x.x is the first version that officially drops support for Java 7.

CHANGED - Migration to built-in Java concurrency dependencies

Getting/Setting a custom Executor Service

// 7.x.x
import com.google.common.util.concurrent.ListeningExecutorService;
import com.google.common.util.concurrent.MoreExecutors;
ListeningExecutorService listeningExecutorService = MoreExecutors.listeningDecorator(Executors.newCachedThreadPool());
Twilio.setExecutorService(listeningExecutorService);

// 8.x.x
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executor;
</tr></table> 

... (truncated)

Commits
  • 820a393 Release 9.2.0
  • 739e281 [Librarian] Regenerated @ 964f1611ab7481d828261f49551385a276499e30
  • facab19 fix: Fixing Flaky Tests (#725)
  • 795541f fix: fromXml for self-closing child twiml (#722)
  • 07855ba Release 9.1.4
  • 786eacc [Librarian] Regenerated @ 262cdcd92a729094d792ceac9c0d3fcf895fea3d
  • ad63a31 Release 9.1.3
  • 6c049a4 [Librarian] Regenerated @ 2df4ac3e3d4eef8966d6e3125164dfe43634b9d7
  • 9d6affa chore: bump jackson to 2.14.0 (#721)
  • f1700e4 chore: bump jackson-databind to latest 2.13.4.2 (#720)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [twilio](https://github.com/twilio/twilio-java) from 8.11.0 to 9.2.0.
- [Release notes](https://github.com/twilio/twilio-java/releases)
- [Changelog](https://github.com/twilio/twilio-java/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-java/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-java@8.11.0...9.2.0)

---
updated-dependencies:
- dependency-name: com.twilio.sdk:twilio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 15, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 11, 2023

Copy link
Copy Markdown
Author

Superseded by #171.

@dependabot dependabot Bot closed this Jan 11, 2023
@dependabot dependabot Bot deleted the dependabot/maven/com.twilio.sdk-twilio-9.2.0 branch January 11, 2023 17:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants